'Declaration Public Overloads Overridable Function GetThumbnail( _
ByVal pageIndexThe zero-based page index in image/document source.As System.Int32, _
ByVal sizeSize of the thumbnail.As System.Drawing.Size, _
ByVal decodingSettingsDecoding settings, which must be used for decoding the thumbnail of page.As DecodingSettings, _
ByVal renderingSettingsRendering settings, which must be used for rendering the thumbnail of page.As RenderingSettings, _
ByVal useImageRenderingA value indicating whether the decoder can use ImageRenderer for rendering thumbnail image.As Boolean, _
ByVal thumbnailLoadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public virtual Vintasoft.Imaging.VintasoftImage GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size size,
DecodingSettings decodingSettings,
RenderingSettings renderingSettings,
bool useImageRendering,
System.EventHandler<ProgressEventArgs> thumbnailLoadingProgress
)
public: virtual Vintasoft.Imaging.VintasoftImage* GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size* size,
DecodingSettings* decodingSettings,
RenderingSettings* renderingSettings,
bool useImageRendering,
System.EventHandler<ProgressEventArgs*>* thumbnailLoadingProgress
)
public:
virtual Vintasoft.Imaging.VintasoftImage^ GetThumbnail(
System.Int32 pageIndex,
System.Drawing.Size^ size,
DecodingSettings^ decodingSettings,
RenderingSettings^ renderingSettings,
bool useImageRendering,
System.EventHandler<ProgressEventArgs^>^ thumbnailLoadingProgress
)
Parameters
- pageIndex
- The zero-based page index in image/document source.
- size
- Size of the thumbnail.
- decodingSettings
- Decoding settings, which must be used for decoding the thumbnail of page.
- renderingSettings
- Rendering settings, which must be used for rendering the thumbnail of page.
- useImageRendering
- A value indicating whether the decoder can use ImageRenderer for rendering thumbnail image.
- thumbnailLoadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
A thumbnail image of the specified page of image/document source.